| Total Complexity | 22 |
| Dependencies | 1 |
| Dependents | 1 |
| Total lines | 239 |
| Lines of code | 97 |
| Logical lines of code | 48 |
| Comment lines | 106 |
| Methods | 11 |
| Properties | 2 |
| Method | Rating | Maintainability | Complexity | Lines of code |
|---|---|---|---|---|
| get_countries_with_states() | 48 | 6 | 36 | |
| is_shipping_method_supported() | 65 | 4 | 9 | |
| get_locations_with_shipping() | 63 | 3 | 11 | |
| get_supported_shipping_methods() | 64 | 2 | 11 | |
| filter_out_not_allowed_countries() | 66 | 1 | 9 | |
| remove_duplicate_locations() | 79 | 1 | 3 | |
| map_to_location() | 72 | 1 | 6 | |
| location_is_continent() | 80 | 1 | 3 | |
| location_is_country() | 80 | 1 | 3 | |
| location_is_state() | 80 | 1 | 3 | |
| location_is_postcode() | 80 | 1 | 3 |